C1.Web.Mvc Namespace / TreeMap<T> Class
Members

TreeMap<T> Class
It displays hierarchical (tree-structured) data as a set of nested rectangles.
Object Model
TreeMap<T> ClassDataLabel ClassTitleStyle ClassTitleStyle ClassChartLegend ClassChartTooltip Class
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class TreeMap(Of T) 
   Inherits FlexChartBase(Of T)
   Implements ITemplate 
 
Type Parameters
T
Remarks
Each branch of the tree is given a rectangle, which is then tiled with smaller rectangles representing sub-branches. A leaf node's rectangle has an area proportional to a specified dimension of the data. Often the leaf nodes are colored to show a separate dimension of the data.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.ItemsBoundControl<T>
            C1.Web.Mvc.FlexChartBase<T>
               C1.Web.Mvc.TreeMap<T>

See Also